PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / setFractionDisplay Method
A value indicating whether and in what manner to display a fractional value from the result of converting to the units of this object by means of the getConversionFactor method.
In This Topic
    setFractionDisplay Method
    In This Topic
    Sets the fraction display.
    This method has meaning only if this object is the last one in a number format collection.
    Syntax
    public void setFractionDisplay( 
       PDFFractionDisplay value
    )

    Parameters

    value
    A value indicating whether and in what manner to display a fractional value from the result of converting to the units of this object by means of the getConversionFactor method.
    See Also